home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / kbd / dvorak / dvorak.xmodmap < prev   
Encoding:
Text File  |  2008-03-13  |  2.1 KB  |  84 lines

  1. !
  2. ! ANSI Dvorak keyboard
  3. !
  4. ! Author: Jeff Bigler (jcb@mit.edu)
  5. ! Last modified: 1996/08/27 13:45:30 by jcb@mit.edu
  6. !
  7. ! This file should be given as an argument to xmodmap to
  8. ! switch from a qwerty to a Dvorak keyboard.
  9. !
  10. ! If you want to be easily able to switch the keyboard
  11. ! back to its previous state, first run xmodmap -pke and
  12. ! redirect the output to a file.  Then you can switch back
  13. ! by giving that file as an argument to xmodmap.  For
  14. ! example, if you type:
  15. !
  16. !     xmodmap -pke > /tmp/keyboard.default
  17. !
  18. ! before switching the keyboard, you can then type:
  19. !
  20. !     xmodmap /tmp/keyboard.default
  21. !
  22. ! to reset the keyboard to its previous state.
  23. !
  24. ! Note that if you pass this file again as an argument to
  25. ! xmodmap, you will apply these translations a second time
  26. ! and come out with gibberish!
  27. !
  28. keysym q = quoteright quotedbl
  29. keysym w = comma less
  30. keysym e = period greater
  31. keysym r = p P
  32. keysym t = y Y
  33. keysym y = f F
  34. keysym u = g G
  35. keysym i = c C
  36. keysym o = r R
  37. keysym p = l L
  38. keysym bracketleft = slash question
  39. keysym bracketright = equal plus
  40. keysym a = a A
  41. keysym s = o O
  42. keysym d = e E
  43. keysym f = u U
  44. keysym g = i I
  45. keysym h = d D
  46. keysym j = h H
  47. keysym k = t T
  48. keysym l = n N
  49. keysym semicolon = s S
  50. keysym quoteright = minus underscore
  51. keysym z = semicolon colon
  52. keysym x = q Q
  53. keysym c = j J
  54. keysym v = k K
  55. keysym b = x X
  56. keysym n = b B
  57. keysym m = m M
  58. keysym comma = w W
  59. keysym period = v V
  60. keysym slash = z Z
  61. !
  62. ! The keysyms for the top row have been moved to the end
  63. ! of the file (and translations that would normally have
  64. ! no effect are still included) because of conflicts with
  65. ! some of the extended keysyms on HP workstations.  If the
  66. ! keysyms for the 8 and 9 keys are not defined explicitly
  67. ! *after* the keysyms for bracketleft and bracketright,
  68. ! they end up getting bound to "slash question" and "equal
  69. ! plus", respectively.
  70. !
  71. keysym 1 = 1 exclam
  72. keysym 2 = 2 at
  73. keysym 3 = 3 numbersign
  74. keysym 4 = 4 dollar
  75. keysym 5 = 5 percent
  76. keysym 6 = 6 asciicircum
  77. keysym 7 = 7 ampersand
  78. keysym 8 = 8 asterisk
  79. keysym 9 = 9 parenleft
  80. keysym 0 = 0 parenright
  81. keysym minus = bracketleft braceleft
  82. keysym equal = bracketright braceright
  83.  
  84.